-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename appcenter.podspec to appcenter-core to avoid conflicts #789
Conversation
I've tested it with the TestApp and with a new sample app. In both cases, it worked fine. |
We have to test it with RN < 0.60, as for now, I have some issues with it. Maybe they are local. |
Co-Authored-By: Guillaume Perrot <[email protected]>
I've tested it on a sample app built with RN 0.59.9, works fine. So it's ready to be merged now. |
excited for this to merge |
This PR contains two items. Let's avoid combining multiple items in a PR. |
@jaelim these two fixes only work in a bundle. One is not enough without the other. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add a ruby comment for Rename appcenter.podspec to appcenter-core to avoid conflicts #789 (review).
- Rephrase changelog as per this thread discussion Rename appcenter.podspec to appcenter-core to avoid conflicts #789 (review).
Otherwise looks good to me.
@annakocheshkova Well, it seems to me like one name change and then one static framework change on top of name change. Am I wrong? |
According to me it would be counter productive to split PRs at this point but let's keep that in mind for future PRs. All files have been already reviewed anyway. |
Co-Authored-By: Di Hei <[email protected]>
3593964
|
Things to consider before you submit the PR:
CHANGELOG.md
been updated?Description
Rename appcenter.podspec to appcenter-core to avoid conflicts.
Repro of the bug:
react-native init newapp && cd newapp
npm install appcenter appcenter-analytics appcenter-crashes --save-exact
cd ios && pod install && cd ..
rios
cd ios && rm -rf Pods && rm Podfile.lock && pod instal
Related PRs or issues
AB#71995
Github issue